CustomToolDescription Property

Looks up a localized string similar to Specifies the tool that transforms a file at design time and puts the output of that transformation into another file. For example, a dataset (.xsd) file comes with a default custom tool..

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CustomToolDescription As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.CustomToolDescription
public static string CustomToolDescription { get; }
public:
static property String^ CustomToolDescription {
    String^ get ();
}
static member CustomToolDescription : string
static function get CustomToolDescription () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace