DecoratorMapHasPropertyDisplayedPath.GetPropertyDisplayed Method
Gets PropertyDisplayed.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaración
Public Shared Function GetPropertyDisplayed ( _
element As DecoratorMap _
) As PropertyPath
public static PropertyPath GetPropertyDisplayed(
DecoratorMap element
)
public:
static PropertyPath^ GetPropertyDisplayed(
DecoratorMap^ element
)
static member GetPropertyDisplayed :
element:DecoratorMap -> PropertyPath
public static function GetPropertyDisplayed(
element : DecoratorMap
) : PropertyPath
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath
.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.