IVSMDDesignerLoader.GetEditorCaption Method

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

声明
Function GetEditorCaption ( _
    status As Integer _
) As String
用法
Dim instance As IVSMDDesignerLoader
Dim status As Integer
Dim returnValue As String

returnValue = instance.GetEditorCaption(status)
string GetEditorCaption(
    int status
)
String^ GetEditorCaption(
    [InAttribute] int status
)
abstract GetEditorCaption : 
        status:int -> string 
function GetEditorCaption(
    status : int
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IVSMDDesignerLoader Interface

IVSMDDesignerLoader Members

Microsoft.VisualStudio.Designer.Interfaces Namespace