Reference.Path Özellik

Tanım

Başvuru dosyasının yolunu alır. Salt okunur.

public:
 property System::String ^ Path { System::String ^ get(); };
public:
 property Platform::String ^ Path { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(8)]
public string Path { [System.Runtime.InteropServices.DispId(8)] get; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
member this.Path : string
Public ReadOnly Property Path As String

Özellik Değeri

String

Dize. Bu özellik, çözümlenebiliyorsa başvurunun yolunu ve dosya adını döndürür. Yol çözülemezse boş bir dize döndürülür. Başvuruları çözme hakkında bilgi için bkz Add(String) ..

Öznitelikler

Örnekler

İçindeki örneğe bakın Reference .

Açıklamalar

Yol bir UNC veya URL olamaz.

Şunlara uygulanır