CodeImport.Alias 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置所引用的命名空间的友好名称。
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
属性值
所引用的命名空间的名称。
在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。
- 属性