IVsWCFReferenceGroupMetadataItem.GetContent 方法

定义

返回 Windows communication Foundation (WCF) 引用组中的元数据文档的内容。

public:
 cli::array <System::Byte> ^ GetContent();
public:
 Platform::Array <byte> ^ GetContent();
std::Array <byte> GetContent();
public byte[] GetContent ();
abstract member GetContent : unit -> byte[]
Public Function GetContent () As Byte()

返回

Byte[]

一个包含内容的字节数组。

适用于