IVsTextManager3.SetUserPreferences3 메서드
Sets the user preferences as specified.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop.11.0(Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
구문
‘선언
Function SetUserPreferences3 ( _
pViewPrefs As VIEWPREFERENCES3(), _
pFramePrefs As FRAMEPREFERENCES2(), _
pLangPrefs As LANGPREFERENCES2(), _
pColorPrefs As FONTCOLORPREFERENCES2() _
) As Integer
int SetUserPreferences3(
VIEWPREFERENCES3[] pViewPrefs,
FRAMEPREFERENCES2[] pFramePrefs,
LANGPREFERENCES2[] pLangPrefs,
FONTCOLORPREFERENCES2[] pColorPrefs
)
int SetUserPreferences3(
[InAttribute] array<VIEWPREFERENCES3>^ pViewPrefs,
[InAttribute] array<FRAMEPREFERENCES2>^ pFramePrefs,
[InAttribute] array<LANGPREFERENCES2>^ pLangPrefs,
[InAttribute] array<FONTCOLORPREFERENCES2>^ pColorPrefs
)
abstract SetUserPreferences3 :
pViewPrefs:VIEWPREFERENCES3[] *
pFramePrefs:FRAMEPREFERENCES2[] *
pLangPrefs:LANGPREFERENCES2[] *
pColorPrefs:FONTCOLORPREFERENCES2[] -> int
function SetUserPreferences3(
pViewPrefs : VIEWPREFERENCES3[],
pFramePrefs : FRAMEPREFERENCES2[],
pLangPrefs : LANGPREFERENCES2[],
pColorPrefs : FONTCOLORPREFERENCES2[]
) : int
매개 변수
pViewPrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES3[][in] User preferences for the view settings.
pFramePrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.FRAMEPREFERENCES2[][in] User preferences for the frame settings.
pLangPrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES2[][in] User language settings preferences.
pColorPrefs
형식: array<Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[][in] User color settings preferences.
반환 값
형식: Int32
Returns S_OK if the method is successful; otherwise, returns an error code.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.