IVsWCFReferenceGroupMetadataItem.GetContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the contents of a metadata document in a Windows Communications Foundation (WCF) reference group.
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()
Returns
Byte[]
A Byte array that contains the contents.