IVsWCFMetadataStorage.SetNamespace 方法

设置 windows communication foundation (WCF) 元数据存储的命名空间。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
Sub SetNamespace ( _
    pszNamespace As String _
)
void SetNamespace(
    string pszNamespace
)
void SetNamespace(
    [InAttribute] String^ pszNamespace
)
abstract SetNamespace : 
        pszNamespace:string -> unit
function SetNamespace(
    pszNamespace : String
)

参数

  • pszNamespace
    类型:String

    使用的名称命名空间。

.NET Framework 安全性

请参阅

参考

IVsWCFMetadataStorage 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间