StyleSet.GetFont 方法
从 StyleSet 检索特定字体。 如果不在当前消息,则查找父链以查看它是否可以找到存在。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Function GetFont ( _
fontId As StyleSetResourceId _
) As Font
public Font GetFont(
StyleSetResourceId fontId
)
参数
- fontId
类型:Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
检索的字体 ID。
返回值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。