BINDINFO.iid Field
Indicates the interface identifier of the IUnknown interface referred to by pUnk().
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
Public iid As Guid
用法
Dim instance As BINDINFO
Dim value As Guid
value = instance.iid
instance.iid = value
public Guid iid
public:
Guid iid
val mutable iid: Guid
public var iid : Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.