IVSMDDesignerLoader.GetEditorCaption(Int32) 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.
Gets the editor caption for the design surface.
public:
System::String ^ GetEditorCaption(int status);
public:
Platform::String ^ GetEditorCaption(int status);
std::wstring GetEditorCaption(int status);
public string GetEditorCaption (int status);
abstract member GetEditorCaption : int -> string
Public Function GetEditorCaption (status As Integer) As String
Parameters
- status
- Int32
Returns
The caption.