Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetPredefinedStrings ( _
DISPID As Integer, _
<OutAttribute> pCaStringsOut As CALPOLESTR(), _
<OutAttribute> pCaCookiesOut As CADWORD() _
)
void GetPredefinedStrings(
int DISPID,
CALPOLESTR[] pCaStringsOut,
CADWORD[] pCaCookiesOut
)
void GetPredefinedStrings(
[InAttribute] int DISPID,
[OutAttribute] array<CALPOLESTR>^ pCaStringsOut,
[OutAttribute] array<CADWORD>^ pCaCookiesOut
)
abstract GetPredefinedStrings :
DISPID:int *
pCaStringsOut:CALPOLESTR[] byref *
pCaCookiesOut:CADWORD[] byref -> unit
function GetPredefinedStrings(
DISPID : int,
pCaStringsOut : CALPOLESTR[],
pCaCookiesOut : CADWORD[]
)
Parameters
- DISPID
Type: System.Int32
- pCaStringsOut
Type: array<Microsoft.VisualStudio.OLE.Interop.CALPOLESTR[]
- pCaCookiesOut
Type: array<Microsoft.VisualStudio.OLE.Interop.CADWORD[]
.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.