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 Sub OnPropertyChanged ( _
itemId As UInteger, _
propId As Integer, _
flags As UInteger _
)
public virtual void OnPropertyChanged(
uint itemId,
int propId,
uint flags
)
public:
virtual void OnPropertyChanged(
unsigned int itemId,
int propId,
unsigned int flags
)
abstract OnPropertyChanged :
itemId:uint32 *
propId:int *
flags:uint32 -> unit
override OnPropertyChanged :
itemId:uint32 *
propId:int *
flags:uint32 -> unit
public function OnPropertyChanged(
itemId : uint,
propId : int,
flags : uint
)
Parameters
- itemId
Type: System.UInt32
- propId
Type: System.Int32
- flags
Type: System.UInt32
.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.