SmartTagRecognizer.FullName Eigenschaft
Definition
Diese Eigenschaft gibt den Namen des Objekts einschließlich Pfadangabe als Zeichenfolge zurück.Returns the name of the object, including its path on disk, as a string.
public:
property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
Public ReadOnly Property FullName As String