ExtensibilityDiagnosticsProperty Constructors
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.
Overloads
ExtensibilityDiagnosticsProperty(String) |
Creates an instance of ExtensibilityDiagnosticsProperty. |
ExtensibilityDiagnosticsProperty(String, String) |
Creates an instance of ExtensibilityDiagnosticsProperty. |
ExtensibilityDiagnosticsProperty(String)
Creates an instance of ExtensibilityDiagnosticsProperty.
public ExtensibilityDiagnosticsProperty (string displayName);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty : string -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty
Public Sub New (displayName As String)
Parameters
- displayName
- String
The display name of the property.
Applies to
ExtensibilityDiagnosticsProperty(String, String)
Creates an instance of ExtensibilityDiagnosticsProperty.
public ExtensibilityDiagnosticsProperty (string displayName, string propertyName);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty : string * string -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty
Public Sub New (displayName As String, propertyName As String)
Parameters
- displayName
- String
The display name of the property.
- propertyName
- String
The actual name of the property. This is useful for when the property can change at runtime. This provides a mapping between the property and its display name in the diagnostics explorer.