AnnotationService.GetService 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定的文档查看控件相关联的 AnnotationService。
重载
GetService(FlowDocumentReader) |
返回与指定的 AnnotationService 相关联的 FlowDocumentReader。 |
GetService(FlowDocumentScrollViewer) |
返回与指定的 AnnotationService 相关联的 FlowDocumentScrollViewer。 |
GetService(DocumentViewerBase) |
返回与指定的文档查看控件相关联的 AnnotationService 实例。 |
注解
方法 GetService 可用于返回 AnnotationService 与以下文档查看控件关联的 :
DocumentViewerBase 派生子类
与批注服务关联的查看器控件在 构造函数的 参数 AnnotationService 中指定。
GetService(FlowDocumentReader)
返回与指定的 AnnotationService 相关联的 FlowDocumentReader。
public:
static System::Windows::Annotations::AnnotationService ^ GetService(System::Windows::Controls::FlowDocumentReader ^ reader);
public static System.Windows.Annotations.AnnotationService GetService (System.Windows.Controls.FlowDocumentReader reader);
static member GetService : System.Windows.Controls.FlowDocumentReader -> System.Windows.Annotations.AnnotationService
Public Shared Function GetService (reader As FlowDocumentReader) As AnnotationService
参数
- reader
- FlowDocumentReader
要为其返回 AnnotationService 实例的文档读取器控件。
返回
与给定的文档读取器控件相关联的 AnnotationService;或者,如果指定的文档读取器没有任何 AnnotationService,则为 null
。
例外
reader
为 null
。
注解
方法 GetService 可用于返回 AnnotationService 与以下文档查看控件关联的 :
DocumentViewerBase 派生子类
与批注服务关联的查看器控件在 构造函数的 参数 AnnotationService 中指定。
另请参阅
适用于
GetService(FlowDocumentScrollViewer)
返回与指定的 AnnotationService 相关联的 FlowDocumentScrollViewer。
public:
static System::Windows::Annotations::AnnotationService ^ GetService(System::Windows::Controls::FlowDocumentScrollViewer ^ viewer);
public static System.Windows.Annotations.AnnotationService GetService (System.Windows.Controls.FlowDocumentScrollViewer viewer);
static member GetService : System.Windows.Controls.FlowDocumentScrollViewer -> System.Windows.Annotations.AnnotationService
Public Shared Function GetService (viewer As FlowDocumentScrollViewer) As AnnotationService
参数
- viewer
- FlowDocumentScrollViewer
要为其返回 AnnotationService 实例的文档查看器控件。
返回
与给定的文档查看器控件相关联的 AnnotationService;或者,如果指定的查看器控件没有任何 AnnotationService,则为 null
。
例外
viewer
为 null
。
注解
方法 GetService 可用于返回 AnnotationService 与以下文档查看控件关联的 :
DocumentViewerBase 派生子类
与批注服务关联的查看器控件在 构造函数的 参数 AnnotationService 中指定。
另请参阅
适用于
GetService(DocumentViewerBase)
返回与指定的文档查看控件相关联的 AnnotationService 实例。
public:
static System::Windows::Annotations::AnnotationService ^ GetService(System::Windows::Controls::Primitives::DocumentViewerBase ^ viewer);
public static System.Windows.Annotations.AnnotationService GetService (System.Windows.Controls.Primitives.DocumentViewerBase viewer);
static member GetService : System.Windows.Controls.Primitives.DocumentViewerBase -> System.Windows.Annotations.AnnotationService
Public Shared Function GetService (viewer As DocumentViewerBase) As AnnotationService
参数
- viewer
- DocumentViewerBase
要为其返回 AnnotationService 实例的文档查看控件。
返回
与给定的文档查看控件相关联的 AnnotationService;或者,如果指定的文档查看控件没有任何 AnnotationService,则为 null
。
例外
viewer
为 null
。
注解
方法 GetService 可用于返回 AnnotationService 与以下文档查看控件关联的 :
DocumentViewerBase 派生子类
与批注服务关联的查看器控件在 构造函数的 参数 AnnotationService 中指定。