[This is preliminary documentation and is subject to change.]
Gets COM object that represents the link
Namespace: Tools.IOtAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected Object IShellLinkObject { get; } |
| Visual Basic |
|---|
Protected ReadOnly Property IShellLinkObject As Object
Get |
| Visual C++ |
|---|
protected:
property Object^ IShellLinkObject {
Object^ get ();
} |
| F# |
|---|
member IShellLinkObject : Object
|
| JScript |
|---|
function get IShellLinkObject () : Object
|
Return Value
The object which im plements
IPersistFile and
IShellLinkW interfaces
See Also