Template.CustomDataSignature Property

Gets the signature for any metadata associated with the template.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
ReadOnly Property CustomDataSignature As String
    Get
string CustomDataSignature { get; }
property String^ CustomDataSignature {
    String^ get ();
}
abstract CustomDataSignature : string
function get CustomDataSignature () : String

Property Value

Type: System.String
A string representing the metadata signature.

.NET Framework Security

See Also

Reference

Template Interface

EnvDTE90 Namespace