ActivityCodeDomSerializationManager.GetInstance(String) 方法
定义
public:
virtual System::Object ^ GetInstance(System::String ^ name);
public object GetInstance (string name);
abstract member GetInstance : string -> obj
override this.GetInstance : string -> obj
Public Function GetInstance (name As String) As Object
参数
返回
指定名称的 Object;如果该 Object 不存在,则为 Null。An Object of the specified name, or null if that Object does not exist.
实现
注解
这提供了对相同名称的 SerializationManager 方法的间接引用。This provides an indirect reference to the SerializationManager method of the same name.