TextField.GetValue(ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此字段的值。
public:
override System::Object ^ GetValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override object GetValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.GetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> obj
Public Overrides Function GetValue (parentShape As ShapeElement) As Object
参数
- parentShape
- ShapeElement
此字段的父 ShapeElement。
返回
此字段的值。