ProgressionCommonResources.ExplicitInterface Property

 

Looks up a localized string similar to Explicit Interface.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

public static string ExplicitInterface { get; }
public:
property String^ ExplicitInterface {
    static String^ get();
}
static member ExplicitInterface : string with get
Public Shared ReadOnly Property ExplicitInterface As String

Property Value

Type: System.String

See Also

ProgressionCommonResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top