NamedDomainElement.CalculateName Method
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Protected Overridable Function CalculateName As String
'Usage
Dim returnValue As String
returnValue = Me.CalculateName()
protected virtual string CalculateName()
protected:
virtual String^ CalculateName()
protected function CalculateName() : String
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.