IPerPropertyBrowsing.GetPredefinedValue Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

声明
Sub GetPredefinedValue ( _
    DISPID As Integer, _
    dwCookie As UInteger, _
    <OutAttribute> ByRef pVarOut As Object _
)
用法
Dim instance As IPerPropertyBrowsing
Dim DISPID As Integer
Dim dwCookie As UInteger
Dim pVarOut As Object

instance.GetPredefinedValue(DISPID, dwCookie, _
    pVarOut)
void GetPredefinedValue(
    int DISPID,
    uint dwCookie,
    out Object pVarOut
)
void GetPredefinedValue(
    [InAttribute] int DISPID, 
    [InAttribute] unsigned int dwCookie, 
    [OutAttribute] Object^% pVarOut
)
abstract GetPredefinedValue : 
        DISPID:int * 
        dwCookie:uint32 * 
        pVarOut:Object byref -> unit 
function GetPredefinedValue(
    DISPID : int, 
    dwCookie : uint, 
    pVarOut : Object
)

Parameters

.NET Framework Security

See Also

Reference

IPerPropertyBrowsing Interface

IPerPropertyBrowsing Members

Microsoft.VisualStudio.OLE.Interop Namespace