FontAndColorProviderBase.IVsFontAndColorDefaults.GetFlags 메서드
Gets defined flags.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리: SQLEditors(SQLEditors.dll)
구문
‘선언
Private Function GetFlags ( _
<OutAttribute> ByRef flags As UInteger _
) As Integer Implements IVsFontAndColorDefaults.GetFlags
‘사용 방법
Dim instance As FontAndColorProviderBase
Dim flags As UInteger
Dim returnValue As Integer
returnValue = CType(instance, IVsFontAndColorDefaults).GetFlags(flags)
int IVsFontAndColorDefaults.GetFlags(
out uint flags
)
private:
virtual int GetFlags(
[OutAttribute] unsigned int% flags
) sealed = IVsFontAndColorDefaults::GetFlags
private abstract GetFlags :
flags:uint32 byref -> int
private override GetFlags :
flags:uint32 byref -> int
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- flags
유형: System.UInt32%
A pointer to UInt32.
반환 값
유형: System.Int32
Returns an integer flag value.
구현
IVsFontAndColorDefaultsGetFlags(UInt32)
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스