CodeImport.Alias 属性

定义

获取或设置所引用的命名空间的友好名称。

public:
 property System::String ^ Alias { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Alias { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(202)]
public string Alias { [System.Runtime.InteropServices.DispId(202)] get; [System.Runtime.InteropServices.DispId(202)] set; }
[<System.Runtime.InteropServices.DispId(202)>]
[<get: System.Runtime.InteropServices.DispId(202)>]
[<set: System.Runtime.InteropServices.DispId(202)>]
member this.Alias : string with get, set
Public Property Alias As String

属性值

String

所引用的命名空间的名称。


在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。

属性

适用于