Bagikan melalui


IPerPropertyBrowsing.GetPredefinedStrings Method

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: Int32

.NET Framework Security

See Also

Reference

IPerPropertyBrowsing Interface

Microsoft.VisualStudio.OLE.Interop Namespace