FolderDiffFontAndColors.GetFlags Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function GetFlags ( _
<OutAttribute> ByRef dwFlags As UInteger _
) As Integer
public int GetFlags(
out uint dwFlags
)
public:
virtual int GetFlags(
[OutAttribute] unsigned int% dwFlags
) sealed
abstract GetFlags :
dwFlags:uint32 byref -> int
override GetFlags :
dwFlags:uint32 byref -> int
public final function GetFlags(
dwFlags : uint
) : int
Parameters
- dwFlags
Type: System.UInt32%
Return Value
Type: System.Int32
Returns Int32.
Implements
IVsFontAndColorDefaults.GetFlags(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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace