Freigeben über


IArtifact.FileName-Eigenschaft

Der Speicherort, an dem die Datei gespeichert ist.

Namespace:  Microsoft.VisualStudio.Uml.Deployments
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property FileName As String
string FileName { get; set; }
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
abstract FileName : string with get, set
function get FileName () : String 
function set FileName (value : String)

Eigenschaftswert

Typ: String

.NET Framework-Sicherheit

Siehe auch

Referenz

IArtifact Schnittstelle

Microsoft.VisualStudio.Uml.Deployments-Namespace