PropertyValueBase.get_Data Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Function get_Data ( _
    <OutAttribute> ByRef pVar As Object _
) As Integer
‘사용 방법
Dim instance As PropertyValueBase
Dim pVar As Object
Dim returnValue As Integer

returnValue = instance.get_Data(pVar)
public int get_Data(
    out Object pVar
)
public:
virtual int get_Data(
    [OutAttribute] Object^% pVar
) sealed
abstract get_Data : 
        pVar:Object byref -> int 
override get_Data : 
        pVar:Object byref -> int 
public final function get_Data(
    pVar : Object
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsUIObject.get_Data(Object%)

.NET Framework Security

See Also

Reference

PropertyValueBase Class

PropertyValueBase Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace