다음을 통해 공유


DTE2.GetThemeColor 메서드

Visual Studio 내에서 사용자 인터페이스를 그리는 데 사용되는 색을 가져옵니다.

네임스페이스:  EnvDTE80
어셈블리:  EnvDTE80(EnvDTE80.dll)

구문

‘선언
Function GetThemeColor ( _
    Element As vsThemeColors _
) As UInteger
uint GetThemeColor(
    vsThemeColors Element
)
unsigned int GetThemeColor(
    vsThemeColors Element
)
abstract GetThemeColor : 
        Element:vsThemeColors -> uint32
function GetThemeColor(
    Element : vsThemeColors
) : uint

매개 변수

반환 값

형식: UInt32
vsThemeColors 에서 정의한 표준 색을 나타내는 색상 값입니다.

.NET Framework 보안

참고 항목

참조

DTE2 인터페이스

EnvDTE80 네임스페이스