'宣言 Public Overloads Function CachePropertyValue( _ ByVal owner As EmbeddableEditorOwnerBase, _ ByVal ownerContext As Object, _ ByVal propIndex As Integer, _ ByVal editorValue As Object, _ ByVal defaultValue As Object, _ ByVal resolveValue As Object _ ) As Object
public object CachePropertyValue( EmbeddableEditorOwnerBase owner, object ownerContext, int propIndex, object editorValue, object defaultValue, object resolveValue )