返回引用的程序集列表中的 windows 服务引用的通信基础 (WCF)。
命名空间: Microsoft.VisualStudio.WCFReference.Interop
程序集: Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)
语法
声明
Sub GetReferencedAssemblies ( _
cItems As Integer, _
<OutAttribute> rgbstrReferencedAssemblies As String() _
)
void GetReferencedAssemblies(
int cItems,
string[] rgbstrReferencedAssemblies
)
void GetReferencedAssemblies(
[InAttribute] int cItems,
[OutAttribute] array<String^>^ rgbstrReferencedAssemblies
)
abstract GetReferencedAssemblies :
cItems:int *
rgbstrReferencedAssemblies:string[] byref -> unit
function GetReferencedAssemblies(
cItems : int,
rgbstrReferencedAssemblies : String[]
)
参数
cItems
类型:Int32表示程序集的 Integer 。
rgbstrReferencedAssemblies
类型:array<String[]String 包含的程序集命名。
备注
GetReferencedAssemblies 返回的值会与在 重新使用指定的类型的引用程序集 公开的那些在 配置服务引用 对话框中。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。