C# 클래스 Microsoft.VisualStudio.Shell.Mocks.TextManagerMock

상속: IConnectionPointContainer, IVsTextManager2, IVsTextManager3, IVsTextManager4
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
AttemptToCheckOutBufferFromScc3 ( IVsTextBuffer pBuffer, string pszFileName, uint dwQueryEditFlags, int &pbCheckoutSucceeded, int &piStatusFlags ) : int
EnumConnectionPoints ( IEnumConnectionPoints &ppEnum ) : void
FindConnectionPoint ( System.Guid &riid, IConnectionPoint &ppCP ) : void
FindLanguageSIDForExtensionlessFilename ( string pszFileName, System.Guid &pguidLangSID ) : int
FireReplaceAllInFilesBegin ( ) : int
FireReplaceAllInFilesEnd ( ) : int
GetActiveView2 ( int fMustHaveFocus, IVsTextBuffer pBuffer, uint grfIncludeViewFrameType, IVsTextView &ppView ) : int
GetBufferSccStatus3 ( IVsTextBuffer pBuffer, string pszFileName, int &pbCheckoutSucceeded, int &piStatusFlags ) : int
GetExpansionManager ( IVsExpansionManager &pExpansionManager ) : int
GetUserPreferences2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
GetUserPreferences3 ( VIEWPREFERENCES3 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
GetUserPreferences4 ( VIEWPREFERENCES3 pViewPrefs, LANGPREFERENCES3 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
NavigateToLineAndColumn2 ( IVsTextBuffer pBuffer, System.Guid &guidDocViewType, int iStartRow, int iStartIndex, int iEndRow, int iEndIndex, uint grfIncludeViewFrameType ) : int
NavigateToPosition2 ( IVsTextBuffer pBuffer, System.Guid &guidDocViewType, int iPos, int iLen, uint grfIncludeViewFrameType ) : int
PrimeExpansionManager ( System.Guid &guidLang ) : int
ResetColorableItems ( System.Guid guidLang ) : int
SetUserPreferences2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
SetUserPreferences3 ( VIEWPREFERENCES3 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
SetUserPreferences4 ( VIEWPREFERENCES3 pViewPrefs, LANGPREFERENCES3 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int

메소드 상세

AttemptToCheckOutBufferFromScc3() 공개 메소드

public AttemptToCheckOutBufferFromScc3 ( IVsTextBuffer pBuffer, string pszFileName, uint dwQueryEditFlags, int &pbCheckoutSucceeded, int &piStatusFlags ) : int
pBuffer IVsTextBuffer
pszFileName string
dwQueryEditFlags uint
pbCheckoutSucceeded int
piStatusFlags int
리턴 int

EnumConnectionPoints() 공개 메소드

public EnumConnectionPoints ( IEnumConnectionPoints &ppEnum ) : void
ppEnum IEnumConnectionPoints
리턴 void

FindConnectionPoint() 공개 메소드

public FindConnectionPoint ( System.Guid &riid, IConnectionPoint &ppCP ) : void
riid System.Guid
ppCP IConnectionPoint
리턴 void

FindLanguageSIDForExtensionlessFilename() 공개 메소드

public FindLanguageSIDForExtensionlessFilename ( string pszFileName, System.Guid &pguidLangSID ) : int
pszFileName string
pguidLangSID System.Guid
리턴 int

FireReplaceAllInFilesBegin() 공개 메소드

public FireReplaceAllInFilesBegin ( ) : int
리턴 int

FireReplaceAllInFilesEnd() 공개 메소드

public FireReplaceAllInFilesEnd ( ) : int
리턴 int

GetActiveView2() 공개 메소드

public GetActiveView2 ( int fMustHaveFocus, IVsTextBuffer pBuffer, uint grfIncludeViewFrameType, IVsTextView &ppView ) : int
fMustHaveFocus int
pBuffer IVsTextBuffer
grfIncludeViewFrameType uint
ppView IVsTextView
리턴 int

GetBufferSccStatus3() 공개 메소드

public GetBufferSccStatus3 ( IVsTextBuffer pBuffer, string pszFileName, int &pbCheckoutSucceeded, int &piStatusFlags ) : int
pBuffer IVsTextBuffer
pszFileName string
pbCheckoutSucceeded int
piStatusFlags int
리턴 int

GetExpansionManager() 공개 메소드

public GetExpansionManager ( IVsExpansionManager &pExpansionManager ) : int
pExpansionManager IVsExpansionManager
리턴 int

GetUserPreferences2() 공개 메소드

public GetUserPreferences2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES2
pFramePrefs FRAMEPREFERENCES2
pLangPrefs LANGPREFERENCES2
pColorPrefs FONTCOLORPREFERENCES2
리턴 int

GetUserPreferences3() 공개 메소드

public GetUserPreferences3 ( VIEWPREFERENCES3 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES3
pFramePrefs FRAMEPREFERENCES2
pLangPrefs LANGPREFERENCES2
pColorPrefs FONTCOLORPREFERENCES2
리턴 int

GetUserPreferences4() 공개 메소드

public GetUserPreferences4 ( VIEWPREFERENCES3 pViewPrefs, LANGPREFERENCES3 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES3
pLangPrefs LANGPREFERENCES3
pColorPrefs FONTCOLORPREFERENCES2
리턴 int

NavigateToLineAndColumn2() 공개 메소드

public NavigateToLineAndColumn2 ( IVsTextBuffer pBuffer, System.Guid &guidDocViewType, int iStartRow, int iStartIndex, int iEndRow, int iEndIndex, uint grfIncludeViewFrameType ) : int
pBuffer IVsTextBuffer
guidDocViewType System.Guid
iStartRow int
iStartIndex int
iEndRow int
iEndIndex int
grfIncludeViewFrameType uint
리턴 int

NavigateToPosition2() 공개 메소드

public NavigateToPosition2 ( IVsTextBuffer pBuffer, System.Guid &guidDocViewType, int iPos, int iLen, uint grfIncludeViewFrameType ) : int
pBuffer IVsTextBuffer
guidDocViewType System.Guid
iPos int
iLen int
grfIncludeViewFrameType uint
리턴 int

PrimeExpansionManager() 공개 메소드

public PrimeExpansionManager ( System.Guid &guidLang ) : int
guidLang System.Guid
리턴 int

ResetColorableItems() 공개 메소드

public ResetColorableItems ( System.Guid guidLang ) : int
guidLang System.Guid
리턴 int

SetUserPreferences2() 공개 메소드

public SetUserPreferences2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES2
pFramePrefs FRAMEPREFERENCES2
pLangPrefs LANGPREFERENCES2
pColorPrefs FONTCOLORPREFERENCES2
리턴 int

SetUserPreferences3() 공개 메소드

public SetUserPreferences3 ( VIEWPREFERENCES3 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES3
pFramePrefs FRAMEPREFERENCES2
pLangPrefs LANGPREFERENCES2
pColorPrefs FONTCOLORPREFERENCES2
리턴 int

SetUserPreferences4() 공개 메소드

public SetUserPreferences4 ( VIEWPREFERENCES3 pViewPrefs, LANGPREFERENCES3 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES3
pLangPrefs LANGPREFERENCES3
pColorPrefs FONTCOLORPREFERENCES2
리턴 int