This documentation is archived and is not being maintained.
PendingChangeEventArgs::Flags Property
Visual Studio 2013
Gets or sets a ChangePendedFlags value associated with the pending change.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: property ChangePendedFlags Flags { ChangePendedFlags get (); private: void set (ChangePendedFlags value); }
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common::ChangePendedFlagsA ChangePendedFlags value associated with the pending change.
- 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.
Show: