BaseUIHierarchy.GetPropertiesObject Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetPropertiesObject ( _
itemId As UInteger _
) As Object
public Object GetPropertiesObject(
uint itemId
)
public:
Object^ GetPropertiesObject(
unsigned int itemId
)
member GetPropertiesObject :
itemId:uint32 -> Object
public function GetPropertiesObject(
itemId : uint
) : Object
Parameters
- itemId
Type: System.UInt32
Return Value
Type: System.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.