VsCodeWindowClass.SetViewClassID(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the text view class to change or query.
public:
virtual int SetViewClassID(Guid % clsidView) = Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow::SetViewClassID;
public:
virtual int SetViewClassID(Guid % clsidView);
public virtual int SetViewClassID (ref Guid clsidView);
abstract member SetViewClassID : Guid -> int
override this.SetViewClassID : Guid -> int
Public Overridable Function SetViewClassID (ByRef clsidView As Guid) As Integer
Parameters
- clsidView
- Guid
[in] Class identifier of the text view to change.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.