Freigeben über


GetClsCompliantIdentifier-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function GetClsCompliantIdentifier ( _
    candidate As String _
) As String
'Usage
Dim candidate As String
Dim returnValue As String

returnValue = Report.GetClsCompliantIdentifier(candidate)
public static string GetClsCompliantIdentifier(
    string candidate
)
public:
static String^ GetClsCompliantIdentifier(
    String^ candidate
)
static member GetClsCompliantIdentifier : 
        candidate:string -> string 
public static function GetClsCompliantIdentifier(
    candidate : String
) : String

Parameter

Rückgabewert

Typ: System. . :: . .String
A string value.