FontAndColorProviderBase.IVsFontAndColorDefaults.GetFlags(UInt32) Method

Definition

Retrieves the attributes of the current object.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFlags([Runtime::InteropServices::Out] System::UInt32 % flags) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetFlags;
int IVsFontAndColorDefaults.GetFlags (out uint flags);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFlags : uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFlags : uint32 -> int
Function GetFlags (ByRef flags As UInteger) As Integer Implements IVsFontAndColorDefaults.GetFlags

Parameters

flags
UInt32

A pointer to a variable indicating attributes of the object.

Returns

Returns an integer flag value.

Implements

Applies to