Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The file extension used when serializing instances of the domain model to a file
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
ReadOnly Property ModelFileExtension As String
Get
string ModelFileExtension { get; }
property String^ ModelFileExtension {
String^ get ();
}
abstract ModelFileExtension : string
function get ModelFileExtension () : String
Property Value
Type: System.String
Remarks
Notes for implementors: could return null/empty for non-file based serializers, or for domain model types that are not serialized on their own.
.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.