IComWrapper.GCHandlePtr Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a pointer.
public:
property int GCHandlePtr { int get(); };
public:
property int GCHandlePtr { int get(); };
public int GCHandlePtr { get; }
[System.Runtime.InteropServices.ComAliasName("VsShell.INT_PTR")]
[System.Runtime.InteropServices.DispId(1610678272)]
public int GCHandlePtr { get; }
member this.GCHandlePtr : int
[<System.Runtime.InteropServices.ComAliasName("VsShell.INT_PTR")>]
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.GCHandlePtr : int
Public ReadOnly Property GCHandlePtr As Integer
Property Value
Returns Int32.
- Attributes