ダイアログ ボックスが、ショートカットで参照されたファイルの場所を返すかどうか、またはショートカットの場所 (.lnk) を返すかどうかを指定する値を取得または設定します。
Public Property DereferenceLinks As Boolean
[C#]
public bool DereferenceLinks {get; set;}
[C++]
public: __property bool get_DereferenceLinks();public: __property void set_DereferenceLinks(bool);
[JScript]
public function get DereferenceLinks() : Boolean;public function set DereferenceLinks(Boolean);
プロパティ値
ダイアログ ボックスがショートカットで参照されたファイルの場所を返す場合は true 。それ以外の場合は false 。既定値は true です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- FileIOPermission (このプロパティを設定するために必要なアクセス許可) PermissionState.Unrestricted (関連する列挙体)