Provides access to members of documentation info.
Members
Name | Description | |
---|---|---|
EmbeddedData | Embedded data of the documentation. | |
URL | Url of the documentation. |
IDocumentationInfo.EmbeddedData Property
Embedded data of the documentation.
Public Property EmbeddedData As Byte[]
public Byte[] EmbeddedData {get; set;}
IDocumentationInfo.URL Property
Url of the documentation.
Public Property URL As String
public string URL {get; set;}
Classes that implement IDocumentationInfo
Classes | Description |
---|---|
DocumentationInfo | Provides access to DocumentationInfo object. |