FlavoredProjectBase.GetProperty Method

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Protected Overridable Function GetProperty ( _
    itemId As UInteger, _
    propId As Integer, _
    <OutAttribute> ByRef property As Object _
) As Integer
‘사용 방법
Dim itemId As UInteger
Dim propId As Integer
Dim property As Object
Dim returnValue As Integer

returnValue = Me.GetProperty(itemId, _
    propId, property)
protected virtual int GetProperty(
    uint itemId,
    int propId,
    out Object property
)
protected:
virtual int GetProperty(
    unsigned int itemId, 
    int propId, 
    [OutAttribute] Object^% property
)
abstract GetProperty : 
        itemId:uint32 * 
        propId:int * 
        property:Object byref -> int 
override GetProperty : 
        itemId:uint32 * 
        propId:int * 
        property:Object byref -> int 
protected function GetProperty(
    itemId : uint, 
    propId : int, 
    property : Object
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

FlavoredProjectBase Members

Microsoft.VisualStudio.Shell.Flavor Namespace