WorkflowDesignerLoader.FileName Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the file name of the designer to load.
public:
abstract property System::String ^ FileName { System::String ^ get(); };
public abstract string FileName { get; }
member this.FileName : string
Public MustOverride ReadOnly Property FileName As String
A string that contains the file name of the designer to load.
The following example shows how to override the FileName property to return the path of the currently loaded workflow file used by the WorkflowDesignerLoader.
public override string FileName
{
// return path of workflow file
get
{
return this.xomlFile;
}
}
Public Overrides ReadOnly Property FileName() As String
' return path of workflow file
Get
Return Me.XomlFile
End Get
End Property
Proizvod | Verzije |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: