IVSMDDesignerLoader.SetBaseEditorCaption(String) 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 base editor caption.
public:
void SetBaseEditorCaption(System::String ^ pwszCaption);
public:
void SetBaseEditorCaption(Platform::String ^ pwszCaption);
void SetBaseEditorCaption(std::wstring const & pwszCaption);
public void SetBaseEditorCaption (string pwszCaption);
abstract member SetBaseEditorCaption : string -> unit
Public Sub SetBaseEditorCaption (pwszCaption As String)
Parameters
- pwszCaption
- String
The caption.