IClassFactory2.CreateInstanceLic Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub CreateInstanceLic ( _
ByRef riid As Guid, _
bstrKey As String, _
<OutAttribute> ByRef ppvObj As Object _
)
void CreateInstanceLic(
ref Guid riid,
string bstrKey,
out Object ppvObj
)
Parameters
- riid
Type: System.Guid%
- bstrKey
Type: System.String
- ppvObj
Type: System.Object%
.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.