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

指向指示对象属性的变量的指针。

返回

返回一个整数标记值。

实现

适用于