Language

FontAndColorProviderBase.IVsFontAndColorDefaults.GetFlags(UInt32) メソッド

定義

現在のオブジェクトの属性を取得します。

 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

パラメーター

flags
UInt32

オブジェクトの属性を示す変数へのポインタです。

返品

整数フラグの値を返します。

実装

適用対象