다음을 통해 공유


VsTextManagerClass.SetUserPreferences 메서드

사용자 기본 설정을 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Public Overridable Function SetUserPreferences ( _
    pViewPrefs As VIEWPREFERENCES(), _
    pFramePrefs As FRAMEPREFERENCES(), _
    pLangPrefs As LANGPREFERENCES(), _
    pColorPrefs As FONTCOLORPREFERENCES() _
) As Integer
public virtual int SetUserPreferences(
    VIEWPREFERENCES[] pViewPrefs,
    FRAMEPREFERENCES[] pFramePrefs,
    LANGPREFERENCES[] pLangPrefs,
    FONTCOLORPREFERENCES[] pColorPrefs
)
public:
virtual int SetUserPreferences(
    [InAttribute] array<VIEWPREFERENCES>^ pViewPrefs, 
    [InAttribute] array<FRAMEPREFERENCES>^ pFramePrefs, 
    [InAttribute] array<LANGPREFERENCES>^ pLangPrefs, 
    [InAttribute] array<FONTCOLORPREFERENCES>^ pColorPrefs
)
abstract SetUserPreferences : 
        pViewPrefs:VIEWPREFERENCES[] * 
        pFramePrefs:FRAMEPREFERENCES[] * 
        pLangPrefs:LANGPREFERENCES[] * 
        pColorPrefs:FONTCOLORPREFERENCES[] -> int  
override SetUserPreferences : 
        pViewPrefs:VIEWPREFERENCES[] * 
        pFramePrefs:FRAMEPREFERENCES[] * 
        pLangPrefs:LANGPREFERENCES[] * 
        pColorPrefs:FONTCOLORPREFERENCES[] -> int
public function SetUserPreferences(
    pViewPrefs : VIEWPREFERENCES[], 
    pFramePrefs : FRAMEPREFERENCES[], 
    pLangPrefs : LANGPREFERENCES[], 
    pColorPrefs : FONTCOLORPREFERENCES[]
) : int

매개 변수

  • pColorPrefs
    형식: array<Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES[]

    [in] 글꼴 환경 설정 편집기의 모든 보기에 대해 설명 하는 값입니다. 이 매개 변수는 내부 편집기 사용입니다. 수 있습니다 nullNull 참조(Visual Basic의 경우 Nothing) 외부 패키지에서이 메서드를 호출 하면 됩니다. 자세한 내용은 FONTCOLORPREFERENCES를 참조하십시오.

반환 값

형식: Int32

구현

IVsTextManager.SetUserPreferences(array<VIEWPREFERENCES[], array<FRAMEPREFERENCES[], array<LANGPREFERENCES[], array<FONTCOLORPREFERENCES[])

.NET Framework 보안

참고 항목

참조

VsTextManagerClass 클래스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스