PlaceholderMethodComment Property
Looks up a localized string similar to This is a place-holder method.
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 PlaceholderMethodComment As String
Get
'Usage
Dim value As String
value = SqlPackageResource.PlaceholderMethodComment
public static string PlaceholderMethodComment { get; }
public:
static property String^ PlaceholderMethodComment {
String^ get ();
}
static member PlaceholderMethodComment : string
static function get PlaceholderMethodComment () : String
Property Value
Type: System..::..String