IVSMDPerPropertyBrowsing.GetPropertyAttributes Method

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

‘선언
Sub GetPropertyAttributes ( _
    dispid As Integer, _
    <OutAttribute> ByRef pceltAttrs As UInteger, _
    <OutAttribute> ppbstrTypeNames As IntPtr, _
    <OutAttribute> ppvarAttrValues As IntPtr _
)
‘사용 방법
Dim instance As IVSMDPerPropertyBrowsing
Dim dispid As Integer
Dim pceltAttrs As UInteger
Dim ppbstrTypeNames As IntPtr
Dim ppvarAttrValues As IntPtr

instance.GetPropertyAttributes(dispid, _
    pceltAttrs, ppbstrTypeNames, ppvarAttrValues)
void GetPropertyAttributes(
    int dispid,
    out uint pceltAttrs,
    IntPtr ppbstrTypeNames,
    IntPtr ppvarAttrValues
)
void GetPropertyAttributes(
    int dispid, 
    [OutAttribute] unsigned int% pceltAttrs, 
    [OutAttribute] IntPtr ppbstrTypeNames, 
    [OutAttribute] IntPtr ppvarAttrValues
)
abstract GetPropertyAttributes : 
        dispid:int * 
        pceltAttrs:uint32 byref * 
        ppbstrTypeNames:IntPtr byref * 
        ppvarAttrValues:IntPtr byref -> unit 
function GetPropertyAttributes(
    dispid : int, 
    pceltAttrs : uint, 
    ppbstrTypeNames : IntPtr, 
    ppvarAttrValues : IntPtr
)

Parameters

.NET Framework Security

See Also

Reference

IVSMDPerPropertyBrowsing Interface

IVSMDPerPropertyBrowsing Members

Microsoft.VisualStudio.Designer.Interfaces Namespace