Configuration.get_DisplayName Method
Gets a string that describes the configuration and can be displayed in the environment UI.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Function get_DisplayName ( _
<OutAttribute> ByRef displayName As String _
) As Integer
'Usage
Dim instance As Configuration
Dim displayName As String
Dim returnValue As Integer
returnValue = instance.get_DisplayName(displayName)
public int get_DisplayName(
out string displayName
)
public:
virtual int get_DisplayName(
[OutAttribute] String^% displayName
) sealed
abstract get_DisplayName :
displayName:string byref -> int
override get_DisplayName :
displayName:string byref -> int
public final function get_DisplayName(
displayName : String
) : int
Parameters
- displayName
Type: System.String%
Pointer to the display name of the configuration.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsDebuggableProjectCfgget_DisplayName(String)
IVsProjectCfgget_DisplayName(String)
IVsCfgget_DisplayName(String)
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace