This document is archived and information here might be outdated. Recommended version. |
The annotation blob for the feature.
[Visual Basic .NET] Public Property AnnotationBlob As IMemoryBlobStream
[C#] public IMemoryBlobStream AnnotationBlob {get; set;}
[C++]
HRESULT get_AnnotationBlob(
IMemoryBlobStream** annotation
);
[C++]
HRESULT putref_AnnotationBlob(
IMemoryBlobStream* annotation
);
[C++] Parameters annotation [out, retval]
annotation is a parameter of type IMemoryBlobStream** annotation [in]
annotation is a parameter of type IMemoryBlobStream*