GetProperty Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta.VSDelta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public Function GetProperty ( _
    propid As UInteger, _
    <OutAttribute> ByRef pvar As Object _
) As Integer
'Usage
Dim instance As DiffViewerCodeWindow
Dim propid As UInteger
Dim pvar As Object
Dim returnValue As Integer

returnValue = instance.GetProperty(propid, _
    pvar)
public int GetProperty(
    uint propid,
    out Object pvar
)
public:
virtual int GetProperty(
    unsigned int propid, 
    [OutAttribute] Object^% pvar
) sealed
abstract GetProperty : 
        propid:uint32 * 
        pvar:Object byref -> int 
override GetProperty : 
        propid:uint32 * 
        pvar:Object byref -> int 
public final function GetProperty(
    propid : uint, 
    pvar : Object
) : int

Parameters

Return Value

Type: System..::..Int32

Implements

IVsFindTargetGetProperty(UInt32, Object%)

See Also

Reference

DiffViewerCodeWindow Class

Microsoft.VisualStudio.Data.Tools.Delta.VSDelta Namespace