VsTextManagerClass.GetUserPreferences 메서드
반환 사용자 기본 설정 탭 사용과 같은 크기와 위젯 여백 현재 상태 보기, 프레임, 언어, 서비스에 대 한 들여쓰기합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
Public Overridable Function GetUserPreferences ( _
<OutAttribute> pViewPrefs As VIEWPREFERENCES(), _
<OutAttribute> pFramePrefs As FRAMEPREFERENCES(), _
<OutAttribute> pLangPrefs As LANGPREFERENCES(), _
<OutAttribute> pColorPrefs As FONTCOLORPREFERENCES() _
) As Integer
public virtual int GetUserPreferences(
VIEWPREFERENCES[] pViewPrefs,
FRAMEPREFERENCES[] pFramePrefs,
LANGPREFERENCES[] pLangPrefs,
FONTCOLORPREFERENCES[] pColorPrefs
)
public:
virtual int GetUserPreferences(
[OutAttribute] array<VIEWPREFERENCES>^ pViewPrefs,
[OutAttribute] array<FRAMEPREFERENCES>^ pFramePrefs,
[InAttribute] [OutAttribute] array<LANGPREFERENCES>^ pLangPrefs,
[InAttribute] [OutAttribute] array<FONTCOLORPREFERENCES>^ pColorPrefs
)
abstract GetUserPreferences :
pViewPrefs:VIEWPREFERENCES[] byref *
pFramePrefs:FRAMEPREFERENCES[] byref *
pLangPrefs:LANGPREFERENCES[] byref *
pColorPrefs:FONTCOLORPREFERENCES[] byref -> int
override GetUserPreferences :
pViewPrefs:VIEWPREFERENCES[] byref *
pFramePrefs:FRAMEPREFERENCES[] byref *
pLangPrefs:LANGPREFERENCES[] byref *
pColorPrefs:FONTCOLORPREFERENCES[] byref -> int
public function GetUserPreferences(
pViewPrefs : VIEWPREFERENCES[],
pFramePrefs : FRAMEPREFERENCES[],
pLangPrefs : LANGPREFERENCES[],
pColorPrefs : FONTCOLORPREFERENCES[]
) : int
매개 변수
pViewPrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES[][out] 보기 기본 설정에 대 한 포인터입니다. pViewPrefs에 대한 자세한 내용은 VIEWPREFERENCES를 참조하십시오.
pFramePrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.FRAMEPREFERENCES[][out] 프레임 기본 설정에 대 한 포인터입니다. pFramePrefs에 대한 자세한 내용은 FRAMEPREFERENCES를 참조하십시오.
pLangPrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[][in, out] 언어 기본 설정에 대 한 포인터입니다. pLangPrefs에 대한 자세한 내용은 LANGPREFERENCES를 참조하십시오.
pColorPrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES[][in, out] 글꼴 색 기본 설정에 대 한 포인터입니다. pCOlorPrefs에 대한 자세한 내용은 FONTCOLORPREFERENCES를 참조하십시오.
반환 값
형식: Int32
구현
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.