Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable Function GetProperty ( _
itemId As UInteger, _
propId As Integer, _
<OutAttribute> ByRef propVal As Object _
) As Integer
public virtual int GetProperty(
uint itemId,
int propId,
out Object propVal
)
public:
virtual int GetProperty(
unsigned int itemId,
int propId,
[OutAttribute] Object^% propVal
)
abstract GetProperty :
itemId:uint32 *
propId:int *
propVal:Object byref -> int
override GetProperty :
itemId:uint32 *
propId:int *
propVal:Object byref -> int
public function GetProperty(
itemId : uint,
propId : int,
propVal : Object
) : int
Parameters
- itemId
Type: System.UInt32
- propId
Type: System.Int32
- propVal
Type: System.Object%
Return Value
Type: System.Int32
Implements
IVsUIHierarchy.GetProperty(UInt32, Int32, Object%)
IVsHierarchy.GetProperty(UInt32, Int32, Object%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.