BaseUIHierarchy.SetProperty Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Overridable Function SetProperty ( _
itemId As UInteger, _
propId As Integer, _
value As Object _
) As Integer
public virtual int SetProperty(
uint itemId,
int propId,
Object value
)
public:
virtual int SetProperty(
unsigned int itemId,
int propId,
Object^ value
)
abstract SetProperty :
itemId:uint32 *
propId:int *
value:Object -> int
override SetProperty :
itemId:uint32 *
propId:int *
value:Object -> int
public function SetProperty(
itemId : uint,
propId : int,
value : Object
) : int
Parameters
- itemId
Type: System.UInt32
- propId
Type: System.Int32
- value
Type: System.Object
Return Value
Type: System.Int32
Implements
IVsUIHierarchy.SetProperty(UInt32, Int32, Object)
IVsHierarchy.SetProperty(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.