ActivityCodeDomSerializationManager.GetName(Object) Method
Definition
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.
public:
virtual System::String ^ GetName(System::Object ^ value);
public string GetName (object value);
abstract member GetName : obj -> string
override this.GetName : obj -> string
Public Function GetName (value As Object) As String
Parameters
Returns
A String that contains the name of the Object.
Implements
Remarks
If the object is not an activity the corresponding method of the WorkflowMarkupSerializationManager is called.
If the activity has no parent, then the activity qualified ID is returned with any periods (.) replaced by underscores (_).
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.